home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000356_news@columbia.edu_Sun Dec 6 03:13:17 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07804
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 6 Dec 1994 04:51:35 -0500
  3. Received: by apakabar.cc.columbia.edu id AA10256
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 6 Dec 1994 04:51:34 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!udel!news.mathworks.com!panix!not-for-mail
  6. From: ami@panix.com (Ami Bar-Yadin)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Kermit 3.14-beta 14 and vt220 non-erasable characters
  9. Date: 5 Dec 1994 22:13:17 -0500
  10. Organization: United Fashions of Texas, Ltd.
  11. Lines: 29
  12. Message-Id: <V9zukSng1OX5073yn@panix.com>
  13. Nntp-Posting-Host: panix.com
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. There is a problem with the vt220 emulation of MS-DOS Kermit 3.14.
  17. I downloaded the beta 14 version, specifically to test the feature
  18. which DEC refers to as "non-erasable characters".
  19.  
  20. I prepared a small unix shell script to send the escape-sequences
  21. and tested the response in Kermit and in Crosstalk mk4.
  22.  
  23. ---snip---
  24. #!/usr/bin/ksh
  25. fg="\033[2\"q"
  26. bk="\033[1\"q"
  27. cf="\033[?2J"
  28. echo "${fg}foreground${bk}background${fg}foreground${bk}background${fg}${cf}"
  29. ---snip---
  30.  
  31. The expected result, which Crosstalk did provide, is a blank screen
  32. with the shell prompt toward the top, and the word "background" 
  33. twice on some line of the screen.
  34.  
  35. Kermit however, responds with a blank screen with the shell prompt
  36. towards the top.  The "background" words are erased as well, which
  37. should not happen.
  38.  
  39. Kermit did respond correctly to a couple other small tests.
  40.  
  41. I hope this can be fixed for this version, it's the only
  42. vt220 feature I need which Kermit does not support.  Yet :-).
  43. --
  44. Ami Bar-Yadin (ami@panix.com)